home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #6
/
Amiga Plus CD - 2004 - No. 06.iso
/
AmigaPlus
/
Begleitmaterial
/
amiganews
/
Anzeige_Browser
/
AWeb_APL_020
/
Install_Buttons
< prev
next >
Wrap
AmigaDOS Script File
|
2003-03-28
|
560b
|
27 lines
.key button
.bra {
.ket }
if "{button}" eq ""
set button "Storage/Buttons/"
set button `requestfile Storage/Buttons title "Select AWeb button set" noicons`
if "$button" eq "Storage/Buttons/"
quit
endif
else
set button "{button}"
endif
copy "$button" images/def_buttons
if not warn
copy "$button.info" images/def_buttons.info
if not warn
requestchoice >NIL: "AWeb buttons" "Button set $button installed." "OK"
quit
endif
endif
requestchoice >NIL: "AWeb buttons" "Couldn't install new buttons.*NYou have to quit AWeb first" "OK"